chore: bump kimi-cli 0.82, kosong 0.39.0, kimi-sdk 0.1.2#658
Merged
Conversation
- kimi-cli 0.82: file tools absolute path support, video upload to Kimi API, reserved_context_size config - kosong 0.39.0: thinking mode via extra_body, KimiFiles video upload - kimi-sdk 0.1.2: update kosong dependency upper bound - kimi-code 0.82: sync with kimi-cli
Contributor
There was a problem hiding this comment.
Pull request overview
This PR bumps versions for four packages in the monorepo: kimi-cli (0.81 → 0.82), kimi-code (0.81 → 0.82), kosong (0.38.0 → 0.39.0), and kimi-sdk (0.1.1 → 0.1.2). The changes include version updates in pyproject.toml files, corresponding CHANGELOG entries, and updated lockfile.
Changes:
- Updated package versions across kimi-cli, kimi-code, kosong, and kimi-sdk
- Added CHANGELOG entries documenting new features for each package
- Updated dependency constraints (kimi-sdk now supports kosong 0.39.x)
Reviewed changes
Copilot reviewed 9 out of 10 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| uv.lock | Updated locked versions for all four packages |
| pyproject.toml | Bumped kimi-cli to 0.82 and kosong dependency to 0.39.0 |
| packages/kosong/pyproject.toml | Bumped kosong to 0.39.0 |
| packages/kosong/CHANGELOG.md | Added 0.39.0 release header with date |
| packages/kimi-code/pyproject.toml | Bumped kimi-code to 0.82 and updated kimi-cli dependency |
| sdks/kimi-sdk/pyproject.toml | Bumped kimi-sdk to 0.1.2 and updated kosong upper bound to 0.40.0 |
| sdks/kimi-sdk/CHANGELOG.md | Added 0.1.2 release notes |
| CHANGELOG.md | Added 0.82 release notes for kimi-cli |
| docs/en/release-notes/changelog.md | Added 0.82 release notes (English) |
| docs/zh/release-notes/changelog.md | Added 0.82 release notes (Chinese) |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Release version bumps for multiple packages:
kimi-cli 0.82
WriteFileandStrReplaceFiletools to edit/write files outside the working directory when using absolute pathsms://referencesreserved_context_sizesetting to customize auto-compaction trigger threshold (default: 50000 tokens)kosong 0.39.0
extra_bodyparameter instead of legacyreasoning_effortfilesproperty toKimiprovider that returns aKimiFilesobjectKimiFiles.upload_video()method for uploading videos to Kimi files API, returningVideoURLPartkimi-sdk 0.1.2
kimi-code 0.82
Changes
pyproject.tomlversions for all packagesCHANGELOG.mdfor kimi-cli, kosong, and kimi-sdkuv.lock